home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- play done
- end
-
- on startMovie
- global mycursor
- set the colorDepth to 8
- set mycursor to [1, 2]
- end
-
- on resetit
- set a to 0
- puppetSprite(30, 0)
- updateStage()
- end
-
- on rollme
- global mycursor
- repeat with a = 30 to 30
- if rollOver(a) then
- puppetSprite(a, 1)
- set old to the castNum of sprite a
- set the castNum of sprite a to old + 1
- set the cursor of sprite a to mycursor
- updateStage()
- repeat while rollOver(a)
- go(the frame)
- if the mouseDown then
- sound playFile 1, "NOISE.AIF"
- repeat while the mouseDown
- if a < 30 then
- set the castNum of sprite a to old
- updateStage()
- puppetSprite(a, 0)
- end if
- end repeat
- exit
- exit repeat
- end if
- end repeat
- set the castNum of sprite a to old
- puppetSprite(a, 0)
- updateStage()
- end if
- end repeat
- end
-